home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / WildLife.dir / 00024_Script_Ending2 < prev    next >
Text File  |  2002-10-14  |  146b  |  13 lines

  1. --ENDING2
  2. --Second part of the Ending behavior
  3.  
  4. property SpNum
  5.  
  6. on new me
  7.   SpNum = me.spritenum
  8. end
  9.  
  10. on IdCall me
  11.   return SpNum
  12. end
  13.